-
Notifications
You must be signed in to change notification settings - Fork 65
Update {repeat,testing}.{txt.jax) #981
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update {repeat,testing}.{txt.jax) #981
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
残作業
Vim 8.2.3733で更新確認 |
Co-authored-by: h_east <h.east.727@gmail.com>
Co-authored-by: h_east <h.east.727@gmail.com>
Co-authored-by: h_east <h.east.727@gmail.com>
doc/testing.jax
Outdated
@@ -82,15 +84,16 @@ test_getvalue({name}) *test_getvalue()* | |||
*test_gui_drop_files()* | |||
test_gui_drop_files({list}, {row}, {col}, {mods}) | |||
{list} の1つ以上のファイルをウィンドウの {row} 行 {col} 列にド | |||
ロップする。この関数は |drag-n-drop| 機能が存在するGUI版のVim | |||
でのみ動作する。 | |||
ロップする。この関数は |drop_file| 機能が存在するGUI版のVim で |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
空白の入れ方がVim
の前後で異なっています。
doc/repeat.jax
Outdated
NOTE: Vim9 scriptで、コマンドがスクリプトレベルで記述されて次行へ続くとき、旧 | ||
来のバックスラッシュを使わずに行継続するため、最初の行のみデバッグ出力に表示さ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
「...次行へ続いて、...バックスラッシュを使わずに行継続しているとき」のような気がしました。
合せて手直しします。 |
Co-authored-by: K.Takata <kentkt@csc.jp>
doc/repeat.jax
Outdated
NOTE: Vim9 scriptで、コマンドがスクリプトレベルで記述されて次行へ続くとき、旧 | ||
来のバックスラッシュを使わずに行継続するため、最初の行のみデバッグ出力に表示さ | ||
れる。 | ||
NOTE: Vim9 script で、コマンドがスクリプトレベルで記述されて次行へ続いて、旧来 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
「記述されて次行へ続いて」の部分で「て」が繰り返されるのがちょっと気になりました。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
もうちょっと見直します。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
文面も含めて手直ししてみました。
thx |
翻訳しました、よろしくおねがいします。